home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / java40.jar / sun / awt / macos / ActionComponent.class (.txt) next >
Encoding:
Java Class File  |  1997-11-03  |  231 b   |  10 lines

  1. package sun.awt.macos;
  2.  
  3. public interface ActionComponent {
  4.    void action();
  5.  
  6.    void action(int var1);
  7.  
  8.    void action(boolean var1);
  9. }
  10.